module Base
{
	item Leather_Harness
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Leather Harness,
        ClothingItem = Leather_Harness,
        BodyLocation = TankTop,
        Icon = Cuffs,
        Weight = 1.0,
        ScratchDefense = 0,
        BiteDefense = 0,
        Insulation = 0,
        WindResistance = 0,
        CanHaveHoles = false,
        WorldStaticModel = Handbag_Ground,
	}

	item Cuffs_Wrist
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Wrist Cuffs,
        ClothingItem = Cuffs_Wrist,
        BodyLocation = Hands,
        Icon = Cuffs,
        Weight = 0.1,
        ScratchDefense = 0,
        BiteDefense = 0,
        Insulation = 0,
        WindResistance = 0,
        CanHaveHoles = false,
        WorldStaticModel = Handbag_Ground,
	}

	item Cuffs_Ankle
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Ankle Cuffs,
        ClothingItem = Cuffs_Ankle,
        BodyLocation = Socks,
        Icon = Cuffs,
        Weight = 0.1,
        ScratchDefense = 0,
        BiteDefense = 0,
        Insulation = 0,
        WindResistance = 0,
        CanHaveHoles = false,
        WorldStaticModel = Handbag_Ground,
	}

	item Cuffs_Collar
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Collar,
        ClothingItem = Cuffs_Collar,
        BodyLocation = Neck,
	Bloodlocation = Neck,
        Icon = Cuffs,
        Weight = 0.1,
        ScratchDefense = 30,
        BiteDefense = 15,
        Insulation = 0,
        WindResistance = 0,
        CanHaveHoles = false,
        WorldStaticModel = Handbag_Ground,
	}

	item Striped_Stockings
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Striped Stockings,
	ClothingItem = Striped_Stockings,
	BodyLocation = UnderwearExtra1,
	Icon = Striped_Stockings,
	BloodLocation = Shoes;LowerLegs;Trousers,
       	Insulation = 0,
        WindResistance = 0,		
        Weight = 0.1,
        WorldStaticModel = Socks_Long_Ground,		
	}

	item Fishnet_Gloves
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Fishnet Gloves,
	ClothingItem = Fishnet_Gloves,
	BodyLocation = Hands,
	Icon = Fishnet_Gloves,	
        Weight = 0.1,
        WorldStaticModel = TightsFishnet_Ground,		
	}

	item Fishnet_Top
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Fishnet Top,
	ClothingItem = Fishnet_Top,
	BodyLocation = TankTop,
	Icon = Fishnet_Top,	
        Weight = 0.1,
        WorldStaticModel = TightsFishnet_Ground,		
	}

	item Fishnet_Bodysuit
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Fishnet Bodysuit,
	ClothingItem = Fishnet_Bodysuit,
	BodyLocation = UnderwearExtra1,
	Icon = Fishnet_Bodysuit,	
        Weight = 0.1,
        WorldStaticModel = TightsFishnet_Ground,		
	}

	item Knee_High_Sneakers
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Knee High Sneakers,
	ClothingItem = Knee_High_Sneakers,
	BodyLocation = Shoes,
	IconsForTexture = Knee_High_Sneakers;Knee_High_SneakersR,
	BloodLocation = Shoes;LowerLegs,
        ScratchDefense = 10,
   	Insulation = 0.5,
  	WindResistance = 0.35,
	RunSpeedModifier = 1.1,
        RemoveOnBroken = false,
        Weight = 1,
        WorldStaticModel = Socks_Long_Ground,		
	}

	item Knee_High_Boots
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Knee High Boots,
	ClothingItem = Knee_High_Boots,
	BodyLocation = Shoes,
	IconsForTexture = Knee_High_Boots;Knee_High_BootsR,
	BloodLocation = Shoes;LowerLegs,
        ScratchDefense = 100,
        BiteDefense = 100,
   	Insulation = 0.5,
  	WindResistance = 1.0,
   	WaterResistance = 1.0,
	StompPower = 2.5,
	RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        Weight = 1,
        WorldStaticModel = Socks_Long_Ground,		
	}

	item Thigh_High_Boots
	{
	DisplayCategory = Clothing,		
	Type = Clothing,
	DisplayName = Thigh High Boots,
	ClothingItem = Thigh_High_Boots,
	BodyLocation = Shoes,
	IconsForTexture = Thigh_High_Boots;Thigh_High_BootsR,
	BloodLocation = Shoes;LowerLegs;UpperLegs,
        ScratchDefense = 100,
        BiteDefense = 100,
   	Insulation = 0.5,
  	WindResistance = 1.0,
   	WaterResistance = 1.0,
	StompPower = 2.5,
	RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        Weight = 1,
        WorldStaticModel = Socks_Long_Ground,		
	}

	item Corset
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Corset,
        ClothingItem = Corset,
        BodyLocation = Corset,
        Icon = CorsetWhite,
        Weight = 0.2,
        CanHaveHoles = false,
        WorldStaticModel = Corset_Ground,
	}

	item Corset_Black
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Black Corset,
        ClothingItem = Corset_Black,
        BodyLocation = Corset,
        Icon = CorsetBlack,
        Weight = 0.2,
        CanHaveHoles = false,
        WorldStaticModel = Corset_Black_Ground,
	}

	item Corset_Red
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Red Corset,
        ClothingItem = Corset_Red,
        BodyLocation = Corset,
        Icon = CorsetRed,
        Weight = 0.2,
        CanHaveHoles = false,
        WorldStaticModel = Corset_Red_Ground,
	}

	item Corset_Medical
	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Medical Corset,
        ClothingItem = Corset_Medical,
        BodyLocation = Corset,
        Icon = CorsetMedical,
        Weight = 0.2,
        CanHaveHoles = false,
        WorldStaticModel = Corset_Medical_Ground,
	}

	item Nipple_Pasties
	{
        DisplayCategory = Clothing,
	Type = Clothing,
        DisplayName = Pasties,
        ClothingItem = Nipple_Pasties,
        BodyLocation = UnderwearTop,
        Icon = NippleTape,
	BiteDefense = 0,
        ScratchDefense = 0,
        Insulation = 0,
        WindResistance = 0,
	WaterResistance = 0,
	CanHaveHoles = false,
	Weight = 0.1,
        FabricType = Leather,
	WorldStaticModel = Handbag_Ground,
	}

}